home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-07-11 | 917 b | 35 lines |
- #
- # This file is linked to symbolically by the "local.mk" files of most
- # of the subdirectories.
- #
- # $Source: /mic/X11R4/src/cmds/X/RCS/common.mk,v $
- # $Date: 90/02/14 16:05:27 $
- # $Revision: 1.1 $ $Author: tve $
-
- X = /X11/R4
-
- INSERVER=
- #include <$(X)/root.mk>
-
- #
- # Extra flags to define or undefine for compilations:
- #
- # TCPCONN includes driver for network connections via TCP
- # UNIXCONN includes driver for network connections via unix domain
- # DNETCONN includes driver for network connections via DECnet
- # SPRITEPDEVCONN include driver for sprite pdev connections.
- # NOLOGOHACK is defined because the sprite OS layer doesn't support it,
- # whatever the logo hack may be.
- #
- CFLAGS += -DNOLOGOHACK
- CFLAGS += -DTCPCONN
- CFLAGS += -DSPRITEPDEVCONN
- CFLAGS += -DSHAPE
-
- # Font/color support
- CFLAGS += $(FONTDEFINES)
- CFLAGS += $(DEFFONTPATH) $(DEFRGB_DB)
-
- # More include files
- .PATH.h : $(SERVINCDIR) $(INCDIR)/X11
-